home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / TAROT.SWF / scripts / DefineButton2_33 / BUTTONCONDACTION on(release).as
Text File  |  2003-11-17  |  1KB  |  20 lines

  1. on(release){
  2.    _root.ligne = 1;
  3.    if(_parent.positiontir == 0)
  4.    {
  5.       _root.infocarte = "Votre premi∩┐╜re carte : " + eval("_root." + _root.domainechoisi)[_parent.cardnbr][0];
  6.       _root.interpretation = eval("_root." + _root.domainechoisi)[_parent.cardnbr][1] + "\rPlac∩┐╜ ainsi dans votre jeu, c\'est-∩┐╜-dire en position favorable, voici le message que cette lame vous d∩┐╜livre :\r\r" + eval("_root." + _root.domainechoisi)[_parent.cardnbr][2];
  7.    }
  8.    else if(_parent.positiontir == 1)
  9.    {
  10.       _root.infocarte = "Votre deuxi∩┐╜me carte : " + eval("_root." + _root.domainechoisi)[_parent.cardnbr][0];
  11.       _root.interpretation = eval("_root." + _root.domainechoisi)[_parent.cardnbr][1] + "\rPlac∩┐╜ ainsi dans votre jeu, c\'est-∩┐╜-dire en position d∩┐╜favorable, voici le message que cette lame vous d∩┐╜livre :\r\r" + eval("_root." + _root.domainechoisi)[_parent.cardnbr][2];
  12.    }
  13.    else
  14.    {
  15.       _root.infocarte = "La synth∩┐╜se de vos cartes : " + eval("_root." + _root.domainechoisi)[_parent.cardnbr][0];
  16.       _root.interpretation = "La synth∩┐╜se obtenue par la r∩┐╜duction th∩┐╜osophique des deux premiers arcanes que vous avez tir∩┐╜s, nous donne comme r∩┐╜sultante finale : " + eval("_root." + _root.domainechoisi)[_parent.cardnbr][0] + ".\r" + eval("_root." + _root.domainechoisi)[_parent.cardnbr][1] + "\r\r" + eval("_root." + _root.domainechoisi)[_parent.cardnbr][4];
  17.    }
  18.    _root.interpretation.scroll = _root.ligne;
  19. }
  20.